home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TMSGFORM / TMSGFORM.txt
Text File  |  2004-04-06  |  2KB  |  93 lines

  1. object MsgForm: TMsgForm
  2.   Left = 160
  3.   Top = 166
  4.   Width = 552
  5.   Height = 241
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'View Last Output'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ControlPanel: TPanel
  21.     Left = 0
  22.     Top = 166
  23.     Width = 544
  24.     Height = 41
  25.     Align = alBottom
  26.     TabOrder = 0
  27.     object CopyButt: TButton
  28.       Left = 208
  29.       Top = 8
  30.       Width = 137
  31.       Height = 25
  32.       Caption = '&Clipboard Copy'
  33.       TabOrder = 0
  34.       OnClick = CopyButtClick
  35.     end
  36.     object FontButt: TButton
  37.       Left = 352
  38.       Top = 8
  39.       Width = 137
  40.       Height = 25
  41.       Caption = '&Font'
  42.       TabOrder = 1
  43.       OnClick = FontButtClick
  44.     end
  45.     object OKButton: TButton
  46.       Left = 64
  47.       Top = 8
  48.       Width = 137
  49.       Height = 25
  50.       Caption = '&OK'
  51.       TabOrder = 2
  52.       OnClick = OKButtonClick
  53.     end
  54.   end
  55.   object ViewPanel: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 544
  59.     Height = 166
  60.     Align = alClient
  61.     Caption = 'ViewPanel'
  62.     TabOrder = 1
  63.     object MessageMemo: TMemo
  64.       Left = 1
  65.       Top = 1
  66.       Width = 542
  67.       Height = 164
  68.       Align = alClient
  69.       Font.Charset = ANSI_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -12
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.       Lines.Strings = (
  75.         'MessageMemo')
  76.       ParentFont = False
  77.       ReadOnly = True
  78.       ScrollBars = ssVertical
  79.       TabOrder = 0
  80.     end
  81.   end
  82.   object FormStorage: TFormStorage
  83.     MinMaxInfo.MinTrackHeight = 240
  84.     MinMaxInfo.MinTrackWidth = 552
  85.     UseRegistry = True
  86.     StoredProps.Strings = (
  87.       'MessageMemo.Font')
  88.     StoredValues = <>
  89.     Left = 8
  90.     Top = 8
  91.   end
  92. end
  93.